home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 13 / AMIGAplus Sonderheft 13 (1998)(ICP)(DE)[!].iso / rexx / finalcalctosc.scrx < prev    next >
Text File  |  1997-11-01  |  300b  |  23 lines

  1. /*                 SciCalc Scientific Calculator
  2.                 by Brian Savage Copyright 1997
  3.  
  4.     Arexx script to paste value from the current cell of FinalCalc
  5.        into SciCalc display. Will return an error if FinalCalc is not
  6.        running
  7.  
  8. */
  9.  
  10. options results
  11.  
  12. address fcalc.1
  13.  
  14. contents
  15.  
  16. address sc_rexx
  17.  
  18. putval result
  19.  
  20.  
  21.  
  22.  
  23.